home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
game
/
shoot
/
rdogz.lha
/
R_Dogz
/
HD-Install
next >
Wrap
Text File
|
1999-04-09
|
1KB
|
38 lines
;HDPP Installer
(welcome "Welcome to the Reservoir Dogz installation utility. This utility\n"
"is designed to require little if no interaction from you.")
(message "Welcome to the Reservoir Dogz installation program.\n\n"
"This process is automatic and the only input required from you "
"is the place which you want to install the program.\n\n"
"Reservoir Dogz is ©1999 Joker Developments Limited.")
(set #destdir
(askdir
(prompt "Select a directory to install Reservoir Dogz to (a directory will be created.)")
(help "Reservoir Dogz needs to have it's own directory if it is going to be "
"installed successfully. The installer will create the directory "
"called R_Dogz on it's own, so don't worry.")
(default "Work:Games")
)
)
(set #dest
(tackon #destdir "R_Dogz/")
)
(set @default-dest #dest)
(makedir #dest
(prompt "Creating directory "#dest".")
(help @makedir-help)
(infos)
)
(working "Installing 'Reservoir Dogz' to "#dest"...")
(copyfiles
(prompt "Installing 'Reservoir Dogz' to "#dest"...")
(help @copyfiles-help)
(source "")
(dest #dest)
(all)
(infos)
)